String Schema
RequestTriggerType Simple Type
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:string
Overview
RequestTriggerType Restriction of xs:string
Facets
EnumerationInteractive
EnumerationAutomatic
Source
<xs:simpleType name="RequestTriggerType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Interactive" />
    <xs:enumeration value="Automatic" />
  </xs:restriction>
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.